const time.stdSeparatorShift
3 uses
time (current package)
format.go#L152: stdSeparatorShift = 28 // extra argument in high 4 bits for fractional second separators
format.go#L442: return code | ((n & 0xfff) << stdArgShift) | 1<<stdSeparatorShift
format.go#L450: if (std >> stdSeparatorShift) == 0 {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)